home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 291
- Top = 169
- Width = 432
- Height = 138
- Caption = 'Modem Example'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 133
- Height = 16
- Caption = 'Initialization Status: '
- end
- object Label2: TLabel
- Left = 144
- Top = 8
- Width = 273
- Height = 16
- AutoSize = False
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 72
- Width = 409
- Height = 33
- Caption = 'Click here to initialize the modem!!!'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object ApdComPort1: TApdComPort
- ComNumber = 1
- TraceName = 'APD.TRC'
- LogName = 'APD.LOG'
- Left = 8
- Top = 36
- end
- object ApdModem1: TApdModem
- ComPort = ApdComPort1
- InitCmd = 'ATZ^M'
- DialCmd = 'ATDT'
- DialTerm = '^M'
- DialCancel = '^M'
- HangupCmd = '+++~~~ATH0^M'
- ConfigCmd = 'ATE1Q0X1V1^M'
- AnswerCmd = 'ATA^M'
- OkMsg = 'OK'
- ConnectMsg = 'CONNECT'
- BusyMsg = 'BUSY'
- VoiceMsg = 'VOICE'
- NoCarrierMsg = 'NO CARRIER'
- NoDialToneMsg = 'NO DIALTONE'
- ErrorMsg = 'ERROR'
- RingMsg = 'RING'
- LockDTE = True
- OnModemOk = ApdModem1ModemOk
- OnModemError = ApdModem1ModemError
- OnCmdTimedOut = ApdModem1CmdTimedOut
- Left = 40
- Top = 36
- end
- end
-